home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1998 August / PC Plus SuperCD 50a Issue 142 (CD142a) (August 1998).iso / handson / supercede / Knowodys / TOPICS / audio / T1618S3.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1997-05-14  |  814.6 KB  |  1 channel  |  22,050 sample rate  |  37 seconds
Transcription: All objects, arrays, and strings are types of reference variables. Reference variables store the memory location where their values can be found. This is convenient for encapsulating related data in an organized manner. The data stored in the referenced memory location might include both primitive data types as well as other reference data. For example, A-Box might store primitive data, height, width, and length, as well as a reference to an object which may store the memory location containing the data for an object contained in object A box.